home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11724 < prev    next >
Encoding:
Text File  |  2002-07-05  |  1.4 KB  |  41 lines

  1. <SCRIPT> 
  2.  
  3. function add_remove_per_user()
  4. {
  5.     if (limits_changed)
  6.         if (!confirm(_warnMayLoseChanges))
  7.             return; 
  8.  
  9.     top.target_frame.location = "%2"; 
  10. }
  11.  
  12. </SCRIPT>
  13.  
  14. <table width=100% cellspacing=0 border=0>
  15.     <tr class="clsTabBar">
  16.         <td class="header"> Delete excess instances for the following users/groups </td> 
  17.         <td align="right" class="header">         
  18.           <table border=0 cellspacing=0 cellpadding=0>
  19.           <tr valign=center>
  20.           <td class="clsButton" align=middle nowrap>
  21.           <div class="clsButton"><a href="javascript:add_remove_per_user()" onMouseOver="St(36);window.status='';return true;" onMouseOut="Ht()">Add/Remove...</a></div>
  22.           </td>                    
  23.           </tr>
  24.           </table>        
  25.         </td>         
  26.     </tr>
  27. </table>
  28.  
  29. <INPUT type=hidden name="per_user_rnum" value="%3">
  30.  
  31. <table width=100% cellspacing=0 border=0>
  32.     <TR CLASS="listHeading" WIDTH="100%">
  33.       <TD CLASS="listHeading" WIDTH="20%" ALIGN="LEFT" nowrap><span ID="text"> Name</SPAN></TD>
  34.       <TD CLASS="listHeading" WIDTH="20%" ALIGN="LEFT" nowrap><span ID="text">Full Name </SPAN></TD>
  35.       <TD CLASS="listHeading" WIDTH="8%" ALIGN="LEFT" nowrap><span ID="text">Object</SPAN></TD>
  36.       <TD CLASS="listHeading" WIDTH="32%" ALIGN="LEFT" nowrap><span ID="text">Description</SPAN></TD>
  37.       <TD CLASS="listHeading" WIDTH="20%" ALIGN="RIGHT" nowrap><span ID="text">Instance Limit</SPAN></TD>    
  38.     </TR>
  39.  
  40.     %1
  41. </table>